home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00121.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  302 b   |  19 lines

  1. on sel9
  2.   global sel, t1, drums
  3.   set sel to 9
  4.   if drums = 0 then
  5.     puppetSound(1, 0)
  6.     puppetSound(1, 106)
  7.     set drums to 1
  8.   end if
  9.   if t1 = 2 then
  10.     puppetSound(3, 0)
  11.     puppetSound(3, 147)
  12.     set t1 to 3
  13.   else
  14.     puppetSound(3, 0)
  15.     puppetSound(3, 150)
  16.     set t1 to 2
  17.   end if
  18. end
  19.